From 17fec70022c30695ca9a1cbaab4494f92668a317 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 8 Dec 2014 19:34:23 -0500 Subject: [PATCH] Fix another header guard oversight Pointed out in https://bugzilla.gnome.org/show_bug.cgi?id=741252 --- tests/variable.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/variable.h b/tests/variable.h index 72466897df..cc73022992 100644 --- a/tests/variable.h +++ b/tests/variable.h @@ -1,5 +1,5 @@ #ifndef __VARIABLE_H__ -#define __VARAIBLE_H__ +#define __VARIABLE_H__ typedef struct { -- 2.30.2